home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilsys / rss14gmd.lha / RSys_1.4gmd / Proto / FindFile_protos.h < prev    next >
C/C++ Source or Header  |  1996-05-05  |  178b  |  13 lines

  1. /* Prototypes for functions defined in
  2. C/FindFile.c
  3.  */
  4.  
  5. extern REMEMBER * DevKey;
  6.  
  7. void MakeDevEntry(LIST * , char * );
  8.  
  9. void HandleFindFileKeys(ULONG );
  10.  
  11. void FindFile(void);
  12.  
  13.